﻿@charset "utf-8";
@import url("http://at.alicdn.com/t/font_1820654_e4w08y2nan6.css");
/* CSS Document Edited by LiLu */
* {
	margin:0;
	padding:0;
	outline:none;
	blr:expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 14px;/*IE行高重置*/
    outline: none;
    /*vertical-align: middle;*/
}
html{ font-size: 100px;}
body, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	list-style:none;
	text-decoration:none;
    margin: 0;
}
body,html {
    min-height: 100%;
    /*overflow: hidden;*/
	color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    position: relative; 
    font-family:PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    letter-spacing: 0px;
    background: #fff;
}
body{ font-size: 14px;}
img {
    display: block;
	border:none;
	/*max-width: 100%;*/
	/*width: auto\9;*/
	/*height: auto;*/
	-ms-interpolation-mode: bicubic;
	_width:auto;
}
input, textarea,select{ 
    cursor:pointer; 
    font-size:14px; 
    vertical-align:middle; 
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance:none;
}
select::-ms-expand { display: none; }
input, textarea {
	border:none;
	background:none;
}
a {
	text-decoration:none;
    blr:expression(this.onFocus=this.blur());
	outline: none;
	color:#000; 
}
a:hover,a:focus{
	text-decoration:none;
}
em, i {
	font-style:normal;
}
a:focus, input, select {
	outline:none;
}
.clearfix { *zoom:1; }
.clearfix::after {
	content:"\200B";
	display: block;
	clear: both;
	height: 0;
}
/* 超小屏幕（手机，小于 768px） 
/* 没有任何媒体查询相关的代码，因为这在 Bootstrap 中是默认的（还记得 Bootstrap 是移动设备优先的吗？） */

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: @screen-sm-min) {}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: @screen-md-min) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: @screen-lg-min) {}


@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
input[type="submit"], input[type="reset"], input[type="button"], button, select {
	-webkit-appearance: none; -webkit-border-radius:inherit; -moz-border-radius: inherit; border-radius:inherit;
}
header,main,footer,section{ display: block;}
.res{
	position: relative;
}
.abs{
	position: absolute;
}
.fix{
	position: fixed;
}

/*禁止自动换行单行超出省略*/
.nowrap{white-space:nowrap;overflow:hidden; text-overflow:ellipsis;}

/*禁止自动换行*/
.nowraps{white-space:nowrap;}

/*多行超出省略*/
.wraps{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder{
  color: #b4b4b4;
}
input:-moz-placeholder {
  color: #b4b4b4;
}
input:-ms-input-placeholder{
  color: #b4b4b4;
}
input::-moz-placeholder {
  color: #b4b4b4;
}
textarea:-moz-placeholder {
  color: #b4b4b4;
}
textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
textarea::-moz-placeholder {
  color: #b4b4b4;
}
textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
::placeholder {
  color: #b4b4b4;
}



/*强制换行*/
.break-all{
    word-break: break-all;
    word-wrap: break-word;   
    white-space: pre-wrap;  
}
.cursor{
	cursor: pointer;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.size100{
	background-size: 100% 100%!important;
}
.bold{
	font-weight: bold;
}
.bolder{
	font-weight: bolder;
}
.pointer{
	cursor: pointer;
}
.auto_m{
	margin: 0 auto;
}

.w100{
    width: 100px;
}
.w200{
    width: 200px;
}
.w285{
    width: 285px;
}
.wd30b{
    width: 30%!important;
}
.wd70b{
    width: 70%!important;
}
.wd100b{
    width: 100%;
    height: auto;
}
.search_but_sm {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #932224;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 3px;
}
.search_but_sm:hover{
    opacity: 0.8;
}
.nomar{
    margin-right: 0!important;
}
.contents1{
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.contents2{
     background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 50px;
}
.contents3{
     background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 90px;
}
.contents4{
     background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 68px;
}
.content_cons{
    margin-bottom: 20px!important;
} 
.clearBoth{
    clear: both;
}
.space_between{
      display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    flex-wrap:nowrap;
}
.space_around{
     display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    flex-wrap:nowrap;
}
.color_red{
    color: #a52473;
}
.marginbot10{
    margin-bottom: 10px!important;
}
.contents5{
    padding-top: 76px;
    padding-bottom: 145px;
     background-color: #fff;
    box-sizing: border-box;
}
/*滚动条样式*/
#wrapper  {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    overflow: hidden;
    box-sizing: border-box;
      padding-left: 20px;
    
}


#scroller  {
    position: absolute;
    z-index: 1;
    width: 83%;
    height: auto;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:  none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    overflow: hidden;
}

.iScrollVerticalScrollbar{
    right: 10px!important;
}

.iScrollIndicator {
   /*background:  rgba(255,255,255,1)!important;*/
   display:  block;
   border:none!important;
   background: rgba(0, 0, 0, 0.3)!important;
}
.wd1200{
    width: 1200px;
}
.wd1000{
	width: 1000px;
}
.wd900{
	width: 900px;
}
.minwd{
    min-width: 1200px;
}
.color_reds{
	color: red;
}
.flo_l{
	float: left;
}
.flo_r{
	float: right;
}
.icon-message{
	font-size: 12px!important;
}
.imgTransition {
    transition: all 0.4s ease 0s;
    overflow: hidden;
}
.imgTransition:hover{
	transform: scale(1.1, 1.1);
	transform-origin:center center;
}
